getName

abstract fun getName(): String

Gets the name of the command.

The command name is a string that uniquely identifies the type of action to be performed (e.g., "NAVIGATE", "SET_VOLUME", "RELOAD_CONTENT"). Command names are typically case-sensitive, but specific implementations may define their own conventions.

Return

A non-null string representing the command name.